home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / vltj5867.lha / VLT / rexx / Readme < prev    next >
Text File  |  1994-03-27  |  3KB  |  54 lines

  1.  
  2. Sample ARexx macros
  3. -------------------
  4.  
  5.     These are just some example REXX macros.
  6.  
  7.   AutoWrap.vlt        Uses the wedge command to implement auto word wrap.
  8.   Carrier.vlt         Example to show how to extract carrier status. Used in
  9.                       RunBBS.rexx.
  10.   DoLens.vlt          Pops up a magnifier to the VLT screen, if you have WLens.
  11.   Intercept.vlt       Shows how to use the WEDGE command.
  12.   LastMsgTxEd.vlt     Shows you how to play with the review buffer. This one
  13.                       brings up the last BIX message in TxEd.
  14.   LastMsgTTX.vlt      The same example, but now for Turbotext.
  15.   MarginBell.vlt      WEDGE command example: ring a bell when the cursor passes
  16.                       column 72.
  17.   Remote.vlt          Shows how to send a command to a remote VLT.
  18.   SendASCII.vlt       Sends text files to the host using xprascii.library
  19.   VLTMouse.vlt        VLTMouse.rexx and .vlt show how to program mouse support.
  20.   VLTRequest.vlt      A general utility to substitute results of requesters into
  21.                       script commands. See the comments for documentation.
  22.   X10Direct.vlt       A panel that allows you to send direct on/off commands to
  23.                       an X10 (home appliance) controller.
  24.  
  25. These are ARexx scripts to be run from the shell. You should probably copy
  26. them to rexx:, if they aren't there yet.
  27.  
  28.   AddRexxLib.rexx     Adds the necessary ARexx support libraries to the system.
  29.   ExtractTest.rexx    Extracts all fields from VLT and displays them in a Shell.
  30.   FifoBBS.rexx        A BBS using VLT's new Fifo Pipes.
  31.   RunBBS.rexx         Runs a copy of VLT and FifoBBS, all set up to work right.
  32.   SetPing.rexx        Shows you how to communicate with the PingServer.
  33.   VLTMouse.rexx       VLTMouse.rexx and .vlt show how to program mouse support.
  34.  
  35. This one is specific to Provector, and can only be used with VLT, not VLTjr.
  36.  
  37.   VLT2Provec.pvrx     Convert VLT Tektronix commands to ARexx instructions for
  38.                       Provector.
  39.  
  40. The phone book facility consists of one macro that should be run from VLT
  41. (VLTPhoneBook.vlt) and some others that are called by VLTPhoneBook. Don't
  42. run these separately, unless you know what they will do!
  43.  
  44.   VLTPhoneBook.vlt      The main phone book panel.
  45.  
  46.   VLTPhoneDelete.rexx   Delete entries in the phone book.
  47.   VLTPhoneDial.rexx     Start or Resume dialing.
  48.   VLTPhoneModify.rexx   Change an entry in the phone book.
  49.   VLTPhoneSelect.rexx   Select some phone numbers to dial.
  50.   VLTPhoneSetup.rexx    Select a different phonebook.
  51.   VLTPhoneShow.rexx     Show an entry in the phone book.
  52.  
  53.     Willy.
  54.